start work on json api
authorJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 6 Jan 2020 15:44:20 +0000 (16:44 +0100)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 6 Jan 2020 15:44:20 +0000 (16:44 +0100)
commit616ccc49a44aa532ee86ed6283cc093022085ceb
tree4793ec1a81f8e9d6756806f9981f0e653c944dad
parent01842cc860cda608acdd0806568cb2b16a70f4ef
start work on json api
include/base64/base64.h [new file with mode: 0644]
include/qpjson/qpjson.h [new file with mode: 0644]
include/siri/api.h [new file with mode: 0644]
include/siri/cfg/cfg.h
include/siri/db/users.h
src/base64/base64.c [new file with mode: 0644]
src/qpjson/qpjson.c [new file with mode: 0644]
src/siri/api.c [new file with mode: 0644]
src/siri/db/users.c
src/siri/health.c
src/siri/siri.c